Vcenter EvcModes CreateSpec

Vcenter EvcModes CreateSpec
Vcenter EvcModes CreateSpec

The Vcenter EvcModes CreateSpec contains information for creating a custom Vcenter EvcMode EvcMode.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "sources": [
        {
            "service_locator": {
                "instance_uuid": "string",
                "url": "string",
                "credential": {
                    "type": "string",
                    "username_password": {
                        "user_name": "string",
                        "password": "string"
                    },
                    "saml_token": "string"
                },
                "ssl_thumbprint": "string",
                "ssl_certificate": "string"
            },
            "clusters": [
                "string"
            ],
            "hosts": [
                "string"
            ]
        }
    ]
}
sources
Required

List of all sources to be used for creating a custom EVC mode.

This property was added in vSphere API 9.0.0.0.